home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / archive / userbox / publicdomain / frexxed.lha / frexxed / fpl / ReadOnly.FPL.README < prev    next >
Text File  |  1996-02-14  |  1KB  |  35 lines

  1. #############################################################################
  2. File:            ReadOnly.FPL
  3. Author:          Andreas Vögele
  4. Email:           andreas@porky.apl.s.shuttle.de, FidoNet 2:246/1115.6
  5. Short:           Adds a read-only switch to the local settings
  6. Version:         1.1
  7. Date:            14.2.96
  8. Local settings:  "read_only"
  9. Global settings: "rwed_sensitive"
  10. Keysequence:     'Space', 'Backspace', "b", "q"
  11. Type:            hook, key
  12. Prereq:
  13. Copyright:       GNU General Public License
  14. #############################################################################
  15.  
  16. FUNCTION
  17.   Creates a local boolean info variable named "read_only" that is set to TRUE
  18. if a write-protected file is loaded into FrexxEd.
  19.  
  20.   If the info variables "read_only" and "rwed_sensitive" are activated the
  21. following keys may be used to browse through or quit a buffer:
  22.  
  23. 'Space'          - Page down
  24. 'Backspace', "b" - Page up
  25. "q"              - Kill buffer
  26.  
  27. HISTORY
  28.   1.1: Initial revision
  29.  
  30. BUGS
  31.   None known.
  32.  
  33. TODO
  34.   Maybe add some more keys. Any suggestions?
  35.